home *** CD-ROM | disk | FTP | other *** search
- property done
-
- on prepareFrame me
- global gConMan
- if seenIntro(gConMan, #roof) then
- sendAllSprites(#sendToolBarCoverAway)
- go(the frame + 1)
- end if
- end
-
- on exitFrame me
- global gConMan, gToolBarTextMan
- if seenIntro(gConMan, #roof) then
- go(the frame + 1)
- else
- if not done then
- sendAllSprites(#sendToolBarCoverAway)
- sendAllSprites(#bringResourceButtonsForward)
- setToolBarText(gToolBarTextMan, "bm_PreRoof")
- done = 1
- end if
- end if
- go(the frame)
- end
-